home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Text / Edit / GoldED-Demo / Bonus / RA / developer / library / clib / remote_protos.h
Encoding:
C/C++ Source or Header  |  1999-12-03  |  582 b   |  21 lines

  1. #ifndef CLIB_REMOTE_PROTOS_H
  2. #define CLIB_REMOTE_PROTOS_H
  3.  
  4. /*
  5. ** $VER: remote_protos.h 1.0 (6.10.97)
  6. **
  7. ** C prototypes.
  8. **
  9. ** (C) Copyright 1997 Dietmar Eilert
  10. ** All Rights Reserved
  11. */
  12.  
  13. extern __geta4 __stkargs int   RemoteInit(void);
  14. extern __geta4 __regargs int   RemoteAdd(char *config);
  15. extern __geta4 __regargs int   RemoteRemove(char *appname);
  16. extern __geta4 __regargs int   RemoteOpen(char *class, char *appname, char *file, int flags);
  17. extern __geta4 __regargs char *RemoteError(int error);
  18. extern __geta4 __regargs int   RemoteValidate(char *folder, int flags);
  19.  
  20. #endif
  21.